FilterBy(String,String[]) Method
Invokes the specified filter according to the specified keys.

C# Syntax

void FilterBy( 
   string filterListTitle,
   params string[] keys
)

Parameters

filterListTitle
The name of the list in which to select filter values.
keys
A list of key names to select in the list.